Skip to main content

build

Function build 

Source
pub fn build(
    config: &Config,
    contract: &[u8],
    function: &str,
    args: &[Vec<u8>],
    nonce: Option<i64>,
    attached_symbol: Option<&[u8]>,
    attached_amount: Option<&[u8]>,
) -> Vec<u8>